Contents | < Browse | Browse >
MOVE [-R] [-S] source1 [source2] ... [destination]

* This is very similar to the  copy-command , but all files/directories
  copyied will be deleted afterwards. If an error happens, the source will
  not be deleted. If it was OK, you will see "... copyied"
* If source and destination are on the same device it uses  rename 
  instead. This is quicker and needs less disk accesses. Then you will
  see "...moved".
* Note the difference between "move dir" and "move dir/*".

eg.     move ram:a ram:b
        move -r df0:* df1:
        move c:mount devs: